home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / ProKalc.exe / 0 / RCDATA / TVOLUMEFORM / TVOLUMEFORM.txt < prev   
Text File  |  1998-09-10  |  69KB  |  2,211 lines

  1. object VolumeForm: TVolumeForm
  2.   Left = 397
  3.   Top = 304
  4.   BorderStyle = bsDialog
  5.   Caption = 'Volume Calculation'
  6.   ClientHeight = 274
  7.   ClientWidth = 480
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object VolumeNoteBook: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 480
  22.     Height = 274
  23.     ActivePage = TabControl2
  24.     Align = alClient
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     HotTrack = True
  31.     MultiLine = True
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object TabControl2: TTabSheet
  35.       Caption = 'Circular Ring'
  36.       object CircularRingImage: TImage
  37.         Left = 2
  38.         Top = 2
  39.         Width = 150
  40.         Height = 150
  41.         Picture.Data = {<image000.bmp>}
  42.       end
  43.       object CircRingVolumeLabel: TLabel
  44.         Left = 237
  45.         Top = 24
  46.         Width = 82
  47.         Height = 16
  48.         Caption = 'Volume (V) ='
  49.         Font.Charset = ANSI_CHARSET
  50.         Font.Color = clWindowText
  51.         Font.Height = -13
  52.         Font.Name = 'Arial'
  53.         Font.Style = [fsBold]
  54.         ParentFont = False
  55.       end
  56.       object CircRingBigRLabel: TLabel
  57.         Left = 243
  58.         Top = 58
  59.         Width = 76
  60.         Height = 16
  61.         Caption = 'Radius (R) ='
  62.         Font.Charset = ANSI_CHARSET
  63.         Font.Color = clWindowText
  64.         Font.Height = -13
  65.         Font.Name = 'Arial'
  66.         Font.Style = [fsBold]
  67.         ParentFont = False
  68.       end
  69.       object CircRingLittleRLabel: TLabel
  70.         Left = 247
  71.         Top = 90
  72.         Width = 72
  73.         Height = 16
  74.         Caption = 'Radius (r) ='
  75.         Font.Charset = ANSI_CHARSET
  76.         Font.Color = clWindowText
  77.         Font.Height = -13
  78.         Font.Name = 'Arial'
  79.         Font.Style = [fsBold]
  80.         ParentFont = False
  81.       end
  82.       object CircRingExp: TMemo
  83.         Left = 26
  84.         Top = 162
  85.         Width = 99
  86.         Height = 55
  87.         TabStop = False
  88.         Alignment = taCenter
  89.         BorderStyle = bsNone
  90.         Ctl3D = False
  91.         Font.Charset = DEFAULT_CHARSET
  92.         Font.Color = clNavy
  93.         Font.Height = -13
  94.         Font.Name = 'Arial'
  95.         Font.Style = [fsBold]
  96.         Lines.Strings = (
  97.           'Enter any two '
  98.           'known values, '
  99.           'then '#39'Solve'#39'.')
  100.         ParentColor = True
  101.         ParentCtl3D = False
  102.         ParentFont = False
  103.         ReadOnly = True
  104.         TabOrder = 7
  105.       end
  106.       object CircRingVolumeEdit: TMemo
  107.         Left = 336
  108.         Top = 22
  109.         Width = 130
  110.         Height = 26
  111.         Alignment = taRightJustify
  112.         Color = clBlack
  113.         Font.Charset = DEFAULT_CHARSET
  114.         Font.Color = clLime
  115.         Font.Height = -13
  116.         Font.Name = 'Arial'
  117.         Font.Style = [fsBold]
  118.         MaxLength = 15
  119.         ParentFont = False
  120.         TabOrder = 0
  121.         WantReturns = False
  122.         WordWrap = False
  123.         OnKeyUp = CircRingVolumeEditKeyUp
  124.       end
  125.       object CircRingBigREdit: TMemo
  126.         Left = 336
  127.         Top = 54
  128.         Width = 130
  129.         Height = 26
  130.         Alignment = taRightJustify
  131.         Color = clBlack
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clLime
  134.         Font.Height = -13
  135.         Font.Name = 'Arial'
  136.         Font.Style = [fsBold]
  137.         MaxLength = 15
  138.         ParentFont = False
  139.         TabOrder = 1
  140.         WantReturns = False
  141.         WordWrap = False
  142.         OnKeyUp = CircRingBigREditKeyUp
  143.       end
  144.       object CircRingLittleREdit: TMemo
  145.         Left = 336
  146.         Top = 86
  147.         Width = 130
  148.         Height = 26
  149.         Alignment = taRightJustify
  150.         Color = clBlack
  151.         Font.Charset = DEFAULT_CHARSET
  152.         Font.Color = clLime
  153.         Font.Height = -13
  154.         Font.Name = 'Arial'
  155.         Font.Style = [fsBold]
  156.         MaxLength = 15
  157.         ParentFont = False
  158.         TabOrder = 2
  159.         WantReturns = False
  160.         WordWrap = False
  161.         OnKeyUp = CircRingLittleREditKeyUp
  162.       end
  163.       object CircularRingClearBtn: TBitBtn
  164.         Left = 168
  165.         Top = 196
  166.         Width = 70
  167.         Height = 24
  168.         Caption = 'C&lear'
  169.         Font.Charset = ANSI_CHARSET
  170.         Font.Color = clWindowText
  171.         Font.Height = -13
  172.         Font.Name = 'Arial'
  173.         Font.Style = [fsBold]
  174.         ParentFont = False
  175.         TabOrder = 3
  176.         OnClick = CircularRingClearBtnClick
  177.         Glyph.Data = {
  178.           76010000424D7601000000000000760000002800000020000000100000000100
  179.           04000000000000010000120B0000120B00001000000000000000000000000000
  180.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  181.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  182.           555557777F777555F55500000000555055557777777755F75555005500055055
  183.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  184.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  185.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  186.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  187.           B03055555F555757575755550555550B0B335555755555757555555555555550
  188.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  189.           50BB555555555555575F555555555555550B5555555555555575}
  190.         NumGlyphs = 2
  191.       end
  192.       object CircularRingSolveBtn: TBitBtn
  193.         Left = 242
  194.         Top = 196
  195.         Width = 70
  196.         Height = 24
  197.         Caption = '&Solve'
  198.         Font.Charset = ANSI_CHARSET
  199.         Font.Color = clWindowText
  200.         Font.Height = -13
  201.         Font.Name = 'Arial'
  202.         Font.Style = [fsBold]
  203.         ParentFont = False
  204.         TabOrder = 4
  205.         OnClick = CircularRingSolveBtnClick
  206.         Glyph.Data = {
  207.           76010000424D7601000000000000760000002800000020000000100000000100
  208.           04000000000000010000120B0000120B00001000000000000000000000000000
  209.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  210.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  211.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  212.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  213.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  214.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  215.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  216.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  217.           0333337F777777737F333308888888880333337F333333337F33330888888888
  218.           03333373FFFFFFFF733333700000000073333337777777773333}
  219.         NumGlyphs = 2
  220.       end
  221.       object CircularRingCloseBtn: TBitBtn
  222.         Left = 316
  223.         Top = 196
  224.         Width = 70
  225.         Height = 24
  226.         Font.Charset = ANSI_CHARSET
  227.         Font.Color = clWindowText
  228.         Font.Height = -13
  229.         Font.Name = 'Arial'
  230.         Font.Style = [fsBold]
  231.         ParentFont = False
  232.         TabOrder = 5
  233.         Kind = bkClose
  234.       end
  235.       object CircularRingHelpBtn: TBitBtn
  236.         Left = 390
  237.         Top = 196
  238.         Width = 70
  239.         Height = 24
  240.         Font.Charset = ANSI_CHARSET
  241.         Font.Color = clWindowText
  242.         Font.Height = -13
  243.         Font.Name = 'Arial'
  244.         Font.Style = [fsBold]
  245.         ParentFont = False
  246.         TabOrder = 6
  247.         OnClick = CircularRingHelpBtnClick
  248.         Kind = bkHelp
  249.       end
  250.     end
  251.     object TabSheet2: TTabSheet
  252.       Caption = 'Cone'
  253.       object ConeImage: TImage
  254.         Left = 0
  255.         Top = 0
  256.         Width = 150
  257.         Height = 150
  258.         Picture.Data = {<image001.bmp>}
  259.       end
  260.       object ConeVolumeLabel: TLabel
  261.         Left = 242
  262.         Top = 22
  263.         Width = 82
  264.         Height = 16
  265.         Caption = 'Volume (V) ='
  266.         Font.Charset = ANSI_CHARSET
  267.         Font.Color = clWindowText
  268.         Font.Height = -13
  269.         Font.Name = 'Arial'
  270.         Font.Style = [fsBold]
  271.         ParentFont = False
  272.       end
  273.       object ConeVolumeRadiusLabel: TLabel
  274.         Left = 252
  275.         Top = 56
  276.         Width = 72
  277.         Height = 16
  278.         Caption = 'Radius (r) ='
  279.         Font.Charset = ANSI_CHARSET
  280.         Font.Color = clWindowText
  281.         Font.Height = -13
  282.         Font.Name = 'Arial'
  283.         Font.Style = [fsBold]
  284.         ParentFont = False
  285.       end
  286.       object ConeVolumeHeightLabel: TLabel
  287.         Left = 251
  288.         Top = 90
  289.         Width = 73
  290.         Height = 16
  291.         Caption = 'Height (h) ='
  292.         Font.Charset = ANSI_CHARSET
  293.         Font.Color = clWindowText
  294.         Font.Height = -13
  295.         Font.Name = 'Arial'
  296.         Font.Style = [fsBold]
  297.         ParentFont = False
  298.       end
  299.       object ConeVolumeExp: TMemo
  300.         Left = 32
  301.         Top = 162
  302.         Width = 101
  303.         Height = 53
  304.         TabStop = False
  305.         Alignment = taCenter
  306.         BorderStyle = bsNone
  307.         Ctl3D = False
  308.         Font.Charset = DEFAULT_CHARSET
  309.         Font.Color = clNavy
  310.         Font.Height = -13
  311.         Font.Name = 'Arial'
  312.         Font.Style = [fsBold]
  313.         Lines.Strings = (
  314.           'Enter any two '
  315.           'known values, '
  316.           'then '#39'Solve'#39'.')
  317.         ParentColor = True
  318.         ParentCtl3D = False
  319.         ParentFont = False
  320.         ReadOnly = True
  321.         TabOrder = 7
  322.       end
  323.       object ConeVolVolumeEdit: TMemo
  324.         Left = 334
  325.         Top = 18
  326.         Width = 130
  327.         Height = 26
  328.         Alignment = taRightJustify
  329.         Color = clBlack
  330.         Font.Charset = DEFAULT_CHARSET
  331.         Font.Color = clLime
  332.         Font.Height = -13
  333.         Font.Name = 'Arial'
  334.         Font.Style = [fsBold]
  335.         MaxLength = 15
  336.         ParentFont = False
  337.         TabOrder = 0
  338.         WantReturns = False
  339.         WordWrap = False
  340.         OnKeyUp = ConeVolVolumeEditKeyUp
  341.       end
  342.       object ConeVolRadiusEdit: TMemo
  343.         Left = 334
  344.         Top = 52
  345.         Width = 130
  346.         Height = 26
  347.         Alignment = taRightJustify
  348.         Color = clBlack
  349.         Font.Charset = DEFAULT_CHARSET
  350.         Font.Color = clLime
  351.         Font.Height = -13
  352.         Font.Name = 'Arial'
  353.         Font.Style = [fsBold]
  354.         MaxLength = 15
  355.         ParentFont = False
  356.         TabOrder = 1
  357.         WantReturns = False
  358.         WordWrap = False
  359.         OnKeyUp = ConeVolRadiusEditKeyUp
  360.       end
  361.       object ConeVolHeightEdit: TMemo
  362.         Left = 334
  363.         Top = 86
  364.         Width = 130
  365.         Height = 26
  366.         Alignment = taRightJustify
  367.         Color = clBlack
  368.         Font.Charset = DEFAULT_CHARSET
  369.         Font.Color = clLime
  370.         Font.Height = -13
  371.         Font.Name = 'Arial'
  372.         Font.Style = [fsBold]
  373.         MaxLength = 15
  374.         ParentFont = False
  375.         TabOrder = 2
  376.         WantReturns = False
  377.         WordWrap = False
  378.         OnKeyUp = ConeVolHeightEditKeyUp
  379.       end
  380.       object ConeClearBtn: TBitBtn
  381.         Left = 168
  382.         Top = 196
  383.         Width = 70
  384.         Height = 24
  385.         Caption = 'C&lear'
  386.         Font.Charset = ANSI_CHARSET
  387.         Font.Color = clWindowText
  388.         Font.Height = -13
  389.         Font.Name = 'Arial'
  390.         Font.Style = [fsBold]
  391.         ParentFont = False
  392.         TabOrder = 3
  393.         OnClick = ConeClearBtnClick
  394.         Glyph.Data = {
  395.           76010000424D7601000000000000760000002800000020000000100000000100
  396.           04000000000000010000120B0000120B00001000000000000000000000000000
  397.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  398.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  399.           555557777F777555F55500000000555055557777777755F75555005500055055
  400.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  401.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  402.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  403.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  404.           B03055555F555757575755550555550B0B335555755555757555555555555550
  405.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  406.           50BB555555555555575F555555555555550B5555555555555575}
  407.         NumGlyphs = 2
  408.       end
  409.       object ConeSolveBtn: TBitBtn
  410.         Left = 242
  411.         Top = 196
  412.         Width = 70
  413.         Height = 24
  414.         Caption = '&Solve'
  415.         Font.Charset = ANSI_CHARSET
  416.         Font.Color = clWindowText
  417.         Font.Height = -13
  418.         Font.Name = 'Arial'
  419.         Font.Style = [fsBold]
  420.         ParentFont = False
  421.         TabOrder = 4
  422.         OnClick = ConeSolveBtnClick
  423.         Glyph.Data = {
  424.           76010000424D7601000000000000760000002800000020000000100000000100
  425.           04000000000000010000120B0000120B00001000000000000000000000000000
  426.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  427.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  428.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  429.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  430.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  431.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  432.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  433.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  434.           0333337F777777737F333308888888880333337F333333337F33330888888888
  435.           03333373FFFFFFFF733333700000000073333337777777773333}
  436.         NumGlyphs = 2
  437.       end
  438.       object ConeCloseBtn: TBitBtn
  439.         Left = 316
  440.         Top = 196
  441.         Width = 70
  442.         Height = 24
  443.         Font.Charset = ANSI_CHARSET
  444.         Font.Color = clWindowText
  445.         Font.Height = -13
  446.         Font.Name = 'Arial'
  447.         Font.Style = [fsBold]
  448.         ParentFont = False
  449.         TabOrder = 5
  450.         Kind = bkClose
  451.       end
  452.       object ConeHelpBtn: TBitBtn
  453.         Left = 390
  454.         Top = 196
  455.         Width = 70
  456.         Height = 24
  457.         Font.Charset = ANSI_CHARSET
  458.         Font.Color = clWindowText
  459.         Font.Height = -13
  460.         Font.Name = 'Arial'
  461.         Font.Style = [fsBold]
  462.         ParentFont = False
  463.         TabOrder = 6
  464.         OnClick = CircularRingHelpBtnClick
  465.         Kind = bkHelp
  466.       end
  467.     end
  468.     object TabSheet3: TTabSheet
  469.       Caption = 'Cube'
  470.       object CubeImage: TImage
  471.         Left = 0
  472.         Top = 0
  473.         Width = 150
  474.         Height = 150
  475.         Picture.Data = {<image002.bmp>}
  476.       end
  477.       object CubeVolumeLabel: TLabel
  478.         Left = 234
  479.         Top = 32
  480.         Width = 82
  481.         Height = 16
  482.         Caption = 'Volume (V) ='
  483.         Font.Charset = ANSI_CHARSET
  484.         Font.Color = clWindowText
  485.         Font.Height = -13
  486.         Font.Name = 'Arial'
  487.         Font.Style = [fsBold]
  488.         ParentFont = False
  489.       end
  490.       object CubeHeightLabel: TLabel
  491.         Left = 240
  492.         Top = 74
  493.         Width = 73
  494.         Height = 16
  495.         Caption = 'Height (h) ='
  496.         Font.Charset = ANSI_CHARSET
  497.         Font.Color = clWindowText
  498.         Font.Height = -13
  499.         Font.Name = 'Arial'
  500.         Font.Style = [fsBold]
  501.         ParentFont = False
  502.       end
  503.       object CubeVolumeExp: TMemo
  504.         Left = 22
  505.         Top = 158
  506.         Width = 107
  507.         Height = 67
  508.         TabStop = False
  509.         Alignment = taCenter
  510.         BorderStyle = bsNone
  511.         Ctl3D = False
  512.         Font.Charset = DEFAULT_CHARSET
  513.         Font.Color = clNavy
  514.         Font.Height = -13
  515.         Font.Name = 'Arial'
  516.         Font.Style = [fsBold]
  517.         Lines.Strings = (
  518.           'Enter any '
  519.           'known '
  520.           'value, then '
  521.           #39'Solve'#39'.')
  522.         ParentColor = True
  523.         ParentCtl3D = False
  524.         ParentFont = False
  525.         ReadOnly = True
  526.         TabOrder = 6
  527.       end
  528.       object CubeVolumeEdit: TMemo
  529.         Left = 330
  530.         Top = 26
  531.         Width = 130
  532.         Height = 26
  533.         Alignment = taRightJustify
  534.         Color = clBlack
  535.         Font.Charset = DEFAULT_CHARSET
  536.         Font.Color = clLime
  537.         Font.Height = -13
  538.         Font.Name = 'Arial'
  539.         Font.Style = [fsBold]
  540.         MaxLength = 15
  541.         ParentFont = False
  542.         TabOrder = 0
  543.         WantReturns = False
  544.         WordWrap = False
  545.         OnKeyUp = CubeVolumeEditKeyUp
  546.       end
  547.       object CubeHeightEdit: TMemo
  548.         Left = 330
  549.         Top = 68
  550.         Width = 130
  551.         Height = 26
  552.         Alignment = taRightJustify
  553.         Color = clBlack
  554.         Font.Charset = DEFAULT_CHARSET
  555.         Font.Color = clLime
  556.         Font.Height = -13
  557.         Font.Name = 'Arial'
  558.         Font.Style = [fsBold]
  559.         MaxLength = 15
  560.         ParentFont = False
  561.         TabOrder = 1
  562.         WantReturns = False
  563.         WordWrap = False
  564.         OnKeyUp = CubeHeightEditKeyUp
  565.       end
  566.       object CubeClearBtn: TBitBtn
  567.         Left = 169
  568.         Top = 196
  569.         Width = 70
  570.         Height = 24
  571.         Caption = 'C&lear'
  572.         Font.Charset = ANSI_CHARSET
  573.         Font.Color = clWindowText
  574.         Font.Height = -13
  575.         Font.Name = 'Arial'
  576.         Font.Style = [fsBold]
  577.         ParentFont = False
  578.         TabOrder = 2
  579.         OnClick = CubeClearBtnClick
  580.         Glyph.Data = {
  581.           76010000424D7601000000000000760000002800000020000000100000000100
  582.           04000000000000010000120B0000120B00001000000000000000000000000000
  583.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  584.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  585.           555557777F777555F55500000000555055557777777755F75555005500055055
  586.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  587.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  588.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  589.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  590.           B03055555F555757575755550555550B0B335555755555757555555555555550
  591.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  592.           50BB555555555555575F555555555555550B5555555555555575}
  593.         NumGlyphs = 2
  594.       end
  595.       object CubeSolveBtn: TBitBtn
  596.         Left = 243
  597.         Top = 196
  598.         Width = 70
  599.         Height = 24
  600.         Caption = '&Solve'
  601.         Font.Charset = ANSI_CHARSET
  602.         Font.Color = clWindowText
  603.         Font.Height = -13
  604.         Font.Name = 'Arial'
  605.         Font.Style = [fsBold]
  606.         ParentFont = False
  607.         TabOrder = 3
  608.         OnClick = CubeSolveBtnClick
  609.         Glyph.Data = {
  610.           76010000424D7601000000000000760000002800000020000000100000000100
  611.           04000000000000010000120B0000120B00001000000000000000000000000000
  612.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  613.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  614.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  615.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  616.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  617.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  618.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  619.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  620.           0333337F777777737F333308888888880333337F333333337F33330888888888
  621.           03333373FFFFFFFF733333700000000073333337777777773333}
  622.         NumGlyphs = 2
  623.       end
  624.       object CubeCloseBtn: TBitBtn
  625.         Left = 317
  626.         Top = 196
  627.         Width = 70
  628.         Height = 24
  629.         Font.Charset = ANSI_CHARSET
  630.         Font.Color = clWindowText
  631.         Font.Height = -13
  632.         Font.Name = 'Arial'
  633.         Font.Style = [fsBold]
  634.         ParentFont = False
  635.         TabOrder = 4
  636.         Kind = bkClose
  637.       end
  638.       object CubeHelpBtn: TBitBtn
  639.         Left = 391
  640.         Top = 196
  641.         Width = 70
  642.         Height = 24
  643.         Font.Charset = ANSI_CHARSET
  644.         Font.Color = clWindowText
  645.         Font.Height = -13
  646.         Font.Name = 'Arial'
  647.         Font.Style = [fsBold]
  648.         ParentFont = False
  649.         TabOrder = 5
  650.         OnClick = CircularRingHelpBtnClick
  651.         Kind = bkHelp
  652.       end
  653.     end
  654.     object TabSheet4: TTabSheet
  655.       Caption = 'Cylinder'
  656.       object CylinderImage: TImage
  657.         Left = 0
  658.         Top = 0
  659.         Width = 150
  660.         Height = 150
  661.         Picture.Data = {<image003.bmp>}
  662.       end
  663.       object CylinderVolVolumeLabel: TLabel
  664.         Left = 234
  665.         Top = 28
  666.         Width = 82
  667.         Height = 16
  668.         Caption = 'Volume (V) ='
  669.         Font.Charset = ANSI_CHARSET
  670.         Font.Color = clWindowText
  671.         Font.Height = -13
  672.         Font.Name = 'Arial'
  673.         Font.Style = [fsBold]
  674.         ParentFont = False
  675.       end
  676.       object CylinderVolRadiusLabel: TLabel
  677.         Left = 239
  678.         Top = 64
  679.         Width = 72
  680.         Height = 16
  681.         Caption = 'Radius (r) ='
  682.         Font.Charset = ANSI_CHARSET
  683.         Font.Color = clWindowText
  684.         Font.Height = -13
  685.         Font.Name = 'Arial'
  686.         Font.Style = [fsBold]
  687.         ParentFont = False
  688.       end
  689.       object CylinderVolHeightLabel: TLabel
  690.         Left = 240
  691.         Top = 98
  692.         Width = 73
  693.         Height = 16
  694.         Caption = 'Height (h) ='
  695.         Font.Charset = ANSI_CHARSET
  696.         Font.Color = clWindowText
  697.         Font.Height = -13
  698.         Font.Name = 'Arial'
  699.         Font.Style = [fsBold]
  700.         ParentFont = False
  701.       end
  702.       object CylinderVolExp: TMemo
  703.         Left = 32
  704.         Top = 166
  705.         Width = 83
  706.         Height = 55
  707.         TabStop = False
  708.         Alignment = taCenter
  709.         BorderStyle = bsNone
  710.         Ctl3D = False
  711.         Font.Charset = DEFAULT_CHARSET
  712.         Font.Color = clNavy
  713.         Font.Height = -13
  714.         Font.Name = 'Arial'
  715.         Font.Style = [fsBold]
  716.         Lines.Strings = (
  717.           'Enter any '
  718.           'two values, '
  719.           'then '#39'Solve'#39'.')
  720.         ParentColor = True
  721.         ParentCtl3D = False
  722.         ParentFont = False
  723.         ReadOnly = True
  724.         TabOrder = 7
  725.       end
  726.       object CylinderVolVolumeEdit: TMemo
  727.         Left = 328
  728.         Top = 24
  729.         Width = 130
  730.         Height = 26
  731.         Alignment = taRightJustify
  732.         Color = clBlack
  733.         Font.Charset = DEFAULT_CHARSET
  734.         Font.Color = clLime
  735.         Font.Height = -13
  736.         Font.Name = 'Arial'
  737.         Font.Style = [fsBold]
  738.         MaxLength = 15
  739.         ParentFont = False
  740.         TabOrder = 0
  741.         WantReturns = False
  742.         WordWrap = False
  743.         OnKeyUp = CylinderVolVolumeEditKeyUp
  744.       end
  745.       object CylinderVolRadiusEdit: TMemo
  746.         Left = 328
  747.         Top = 60
  748.         Width = 130
  749.         Height = 26
  750.         Alignment = taRightJustify
  751.         Color = clBlack
  752.         Font.Charset = DEFAULT_CHARSET
  753.         Font.Color = clLime
  754.         Font.Height = -13
  755.         Font.Name = 'Arial'
  756.         Font.Style = [fsBold]
  757.         MaxLength = 15
  758.         ParentFont = False
  759.         TabOrder = 1
  760.         WantReturns = False
  761.         WordWrap = False
  762.         OnKeyUp = CylinderVolRadiusEditKeyUp
  763.       end
  764.       object CylinderVolHeightEdit: TMemo
  765.         Left = 328
  766.         Top = 94
  767.         Width = 130
  768.         Height = 26
  769.         Alignment = taRightJustify
  770.         Color = clBlack
  771.         Font.Charset = DEFAULT_CHARSET
  772.         Font.Color = clLime
  773.         Font.Height = -13
  774.         Font.Name = 'Arial'
  775.         Font.Style = [fsBold]
  776.         MaxLength = 15
  777.         ParentFont = False
  778.         TabOrder = 2
  779.         WantReturns = False
  780.         WordWrap = False
  781.         OnKeyUp = CylinderVolHeightEditKeyUp
  782.       end
  783.       object CylinderClearBtn: TBitBtn
  784.         Left = 168
  785.         Top = 196
  786.         Width = 70
  787.         Height = 24
  788.         Caption = 'C&lear'
  789.         Font.Charset = ANSI_CHARSET
  790.         Font.Color = clWindowText
  791.         Font.Height = -13
  792.         Font.Name = 'Arial'
  793.         Font.Style = [fsBold]
  794.         ParentFont = False
  795.         TabOrder = 3
  796.         OnClick = CylinderClearBtnClick
  797.         Glyph.Data = {
  798.           76010000424D7601000000000000760000002800000020000000100000000100
  799.           04000000000000010000120B0000120B00001000000000000000000000000000
  800.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  801.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  802.           555557777F777555F55500000000555055557777777755F75555005500055055
  803.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  804.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  805.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  806.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  807.           B03055555F555757575755550555550B0B335555755555757555555555555550
  808.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  809.           50BB555555555555575F555555555555550B5555555555555575}
  810.         NumGlyphs = 2
  811.       end
  812.       object CylinderSolveBtn: TBitBtn
  813.         Left = 242
  814.         Top = 196
  815.         Width = 70
  816.         Height = 24
  817.         Caption = '&Solve'
  818.         Font.Charset = ANSI_CHARSET
  819.         Font.Color = clWindowText
  820.         Font.Height = -13
  821.         Font.Name = 'Arial'
  822.         Font.Style = [fsBold]
  823.         ParentFont = False
  824.         TabOrder = 4
  825.         OnClick = CylinderSolveBtnClick
  826.         Glyph.Data = {
  827.           76010000424D7601000000000000760000002800000020000000100000000100
  828.           04000000000000010000120B0000120B00001000000000000000000000000000
  829.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  830.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  831.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  832.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  833.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  834.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  835.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  836.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  837.           0333337F777777737F333308888888880333337F333333337F33330888888888
  838.           03333373FFFFFFFF733333700000000073333337777777773333}
  839.         NumGlyphs = 2
  840.       end
  841.       object CylinderCloseBtn: TBitBtn
  842.         Left = 316
  843.         Top = 196
  844.         Width = 70
  845.         Height = 24
  846.         Font.Charset = ANSI_CHARSET
  847.         Font.Color = clWindowText
  848.         Font.Height = -13
  849.         Font.Name = 'Arial'
  850.         Font.Style = [fsBold]
  851.         ParentFont = False
  852.         TabOrder = 5
  853.         Kind = bkClose
  854.       end
  855.       object CylinderHelpBtn: TBitBtn
  856.         Left = 390
  857.         Top = 196
  858.         Width = 70
  859.         Height = 24
  860.         Font.Charset = ANSI_CHARSET
  861.         Font.Color = clWindowText
  862.         Font.Height = -13
  863.         Font.Name = 'Arial'
  864.         Font.Style = [fsBold]
  865.         ParentFont = False
  866.         TabOrder = 6
  867.         OnClick = CircularRingHelpBtnClick
  868.         Kind = bkHelp
  869.       end
  870.     end
  871.     object TabSheet5: TTabSheet
  872.       Caption = 'Ellipsoid'
  873.       object EllipsoidImage: TImage
  874.         Left = 0
  875.         Top = 0
  876.         Width = 150
  877.         Height = 150
  878.         Picture.Data = {<image004.bmp>}
  879.       end
  880.       object EllipsoidVolVolumeLabel: TLabel
  881.         Left = 231
  882.         Top = 18
  883.         Width = 82
  884.         Height = 16
  885.         Caption = 'Volume (V) ='
  886.         Font.Charset = ANSI_CHARSET
  887.         Font.Color = clWindowText
  888.         Font.Height = -13
  889.         Font.Name = 'Arial'
  890.         Font.Style = [fsBold]
  891.         ParentFont = False
  892.       end
  893.       object EllipsoidVolRadiusLabel: TLabel
  894.         Left = 241
  895.         Top = 52
  896.         Width = 72
  897.         Height = 16
  898.         Caption = 'Radius (r) ='
  899.         Font.Charset = ANSI_CHARSET
  900.         Font.Color = clWindowText
  901.         Font.Height = -13
  902.         Font.Name = 'Arial'
  903.         Font.Style = [fsBold]
  904.         ParentFont = False
  905.       end
  906.       object EllipsoidVolLongRLabel: TLabel
  907.         Left = 223
  908.         Top = 86
  909.         Width = 90
  910.         Height = 16
  911.         Caption = 'Diameter (a) ='
  912.         Font.Charset = ANSI_CHARSET
  913.         Font.Color = clWindowText
  914.         Font.Height = -13
  915.         Font.Name = 'Arial'
  916.         Font.Style = [fsBold]
  917.         ParentFont = False
  918.       end
  919.       object EllipsoidVolShortRLabel: TLabel
  920.         Left = 223
  921.         Top = 120
  922.         Width = 90
  923.         Height = 16
  924.         Caption = 'Diameter (b) ='
  925.         Font.Charset = ANSI_CHARSET
  926.         Font.Color = clWindowText
  927.         Font.Height = -13
  928.         Font.Name = 'Arial'
  929.         Font.Style = [fsBold]
  930.         ParentFont = False
  931.       end
  932.       object EllipsoidVolumeExp: TMemo
  933.         Left = 24
  934.         Top = 156
  935.         Width = 97
  936.         Height = 67
  937.         TabStop = False
  938.         Alignment = taCenter
  939.         BorderStyle = bsNone
  940.         Ctl3D = False
  941.         Font.Charset = DEFAULT_CHARSET
  942.         Font.Color = clNavy
  943.         Font.Height = -13
  944.         Font.Name = 'Arial'
  945.         Font.Style = [fsBold]
  946.         Lines.Strings = (
  947.           'Enter any '
  948.           'three known '
  949.           'values, then '
  950.           #39'Solve'#39'.')
  951.         ParentColor = True
  952.         ParentCtl3D = False
  953.         ParentFont = False
  954.         ReadOnly = True
  955.         TabOrder = 8
  956.       end
  957.       object EllipsoidVolVolumeEdit: TMemo
  958.         Left = 328
  959.         Top = 14
  960.         Width = 130
  961.         Height = 26
  962.         Alignment = taRightJustify
  963.         Color = clBlack
  964.         Font.Charset = DEFAULT_CHARSET
  965.         Font.Color = clLime
  966.         Font.Height = -13
  967.         Font.Name = 'Arial'
  968.         Font.Style = [fsBold]
  969.         MaxLength = 15
  970.         ParentFont = False
  971.         TabOrder = 0
  972.         WantReturns = False
  973.         WordWrap = False
  974.         OnKeyUp = EllipsoidVolVolumeEditKeyUp
  975.       end
  976.       object EllipsoidVolRadiusEdit: TMemo
  977.         Left = 328
  978.         Top = 48
  979.         Width = 130
  980.         Height = 26
  981.         Alignment = taRightJustify
  982.         Color = clBlack
  983.         Font.Charset = DEFAULT_CHARSET
  984.         Font.Color = clLime
  985.         Font.Height = -13
  986.         Font.Name = 'Arial'
  987.         Font.Style = [fsBold]
  988.         MaxLength = 15
  989.         ParentFont = False
  990.         TabOrder = 1
  991.         WantReturns = False
  992.         WordWrap = False
  993.         OnKeyUp = EllipsoidVolRadiusEditKeyUp
  994.       end
  995.       object EllipsoidVolLongDEdit: TMemo
  996.         Left = 328
  997.         Top = 82
  998.         Width = 130
  999.         Height = 26
  1000.         Alignment = taRightJustify
  1001.         Color = clBlack
  1002.         Font.Charset = DEFAULT_CHARSET
  1003.         Font.Color = clLime
  1004.         Font.Height = -13
  1005.         Font.Name = 'Arial'
  1006.         Font.Style = [fsBold]
  1007.         MaxLength = 15
  1008.         ParentFont = False
  1009.         TabOrder = 2
  1010.         WantReturns = False
  1011.         WordWrap = False
  1012.         OnKeyUp = EllipsoidVolLongDEditKeyUp
  1013.       end
  1014.       object EllipsoidVolShortDEdit: TMemo
  1015.         Left = 328
  1016.         Top = 116
  1017.         Width = 130
  1018.         Height = 26
  1019.         Alignment = taRightJustify
  1020.         Color = clBlack
  1021.         Font.Charset = DEFAULT_CHARSET
  1022.         Font.Color = clLime
  1023.         Font.Height = -13
  1024.         Font.Name = 'Arial'
  1025.         Font.Style = [fsBold]
  1026.         MaxLength = 15
  1027.         ParentFont = False
  1028.         TabOrder = 3
  1029.         WantReturns = False
  1030.         WordWrap = False
  1031.         OnKeyUp = EllipsoidVolShortDEditKeyUp
  1032.       end
  1033.       object EllipsoidClearBtn: TBitBtn
  1034.         Left = 168
  1035.         Top = 196
  1036.         Width = 70
  1037.         Height = 24
  1038.         Caption = 'C&lear'
  1039.         Font.Charset = ANSI_CHARSET
  1040.         Font.Color = clWindowText
  1041.         Font.Height = -13
  1042.         Font.Name = 'Arial'
  1043.         Font.Style = [fsBold]
  1044.         ParentFont = False
  1045.         TabOrder = 4
  1046.         OnClick = EllipsoidClearBtnClick
  1047.         Glyph.Data = {
  1048.           76010000424D7601000000000000760000002800000020000000100000000100
  1049.           04000000000000010000120B0000120B00001000000000000000000000000000
  1050.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1051.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1052.           555557777F777555F55500000000555055557777777755F75555005500055055
  1053.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1054.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1055.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1056.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1057.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1058.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1059.           50BB555555555555575F555555555555550B5555555555555575}
  1060.         NumGlyphs = 2
  1061.       end
  1062.       object EllipsoidSolveBtn: TBitBtn
  1063.         Left = 242
  1064.         Top = 196
  1065.         Width = 70
  1066.         Height = 24
  1067.         Caption = '&Solve'
  1068.         Font.Charset = ANSI_CHARSET
  1069.         Font.Color = clWindowText
  1070.         Font.Height = -13
  1071.         Font.Name = 'Arial'
  1072.         Font.Style = [fsBold]
  1073.         ParentFont = False
  1074.         TabOrder = 5
  1075.         OnClick = EllipsoidSolveBtnClick
  1076.         Glyph.Data = {
  1077.           76010000424D7601000000000000760000002800000020000000100000000100
  1078.           04000000000000010000120B0000120B00001000000000000000000000000000
  1079.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1080.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1081.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1082.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1083.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1084.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1085.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1086.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1087.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1088.           03333373FFFFFFFF733333700000000073333337777777773333}
  1089.         NumGlyphs = 2
  1090.       end
  1091.       object EllipsoidCloseBtn: TBitBtn
  1092.         Left = 316
  1093.         Top = 196
  1094.         Width = 70
  1095.         Height = 24
  1096.         Font.Charset = ANSI_CHARSET
  1097.         Font.Color = clWindowText
  1098.         Font.Height = -13
  1099.         Font.Name = 'Arial'
  1100.         Font.Style = [fsBold]
  1101.         ParentFont = False
  1102.         TabOrder = 6
  1103.         Kind = bkClose
  1104.       end
  1105.       object EllipsoidHelpBtn: TBitBtn
  1106.         Left = 390
  1107.         Top = 196
  1108.         Width = 70
  1109.         Height = 24
  1110.         Font.Charset = ANSI_CHARSET
  1111.         Font.Color = clWindowText
  1112.         Font.Height = -13
  1113.         Font.Name = 'Arial'
  1114.         Font.Style = [fsBold]
  1115.         ParentFont = False
  1116.         TabOrder = 7
  1117.         OnClick = CircularRingHelpBtnClick
  1118.         Kind = bkHelp
  1119.       end
  1120.     end
  1121.     object TabSheet6: TTabSheet
  1122.       Caption = 'Paraboloid'
  1123.       object ParaboloidImage: TImage
  1124.         Left = 0
  1125.         Top = 0
  1126.         Width = 150
  1127.         Height = 150
  1128.         Picture.Data = {<image005.bmp>}
  1129.       end
  1130.       object ParaboloidVolumeLabel: TLabel
  1131.         Left = 228
  1132.         Top = 26
  1133.         Width = 82
  1134.         Height = 16
  1135.         Caption = 'Volume (V) ='
  1136.         Font.Charset = ANSI_CHARSET
  1137.         Font.Color = clWindowText
  1138.         Font.Height = -13
  1139.         Font.Name = 'Arial'
  1140.         Font.Style = [fsBold]
  1141.         ParentFont = False
  1142.       end
  1143.       object ParaboloidRadiusLabel: TLabel
  1144.         Left = 238
  1145.         Top = 60
  1146.         Width = 72
  1147.         Height = 16
  1148.         Caption = 'Radius (r) ='
  1149.         Font.Charset = ANSI_CHARSET
  1150.         Font.Color = clWindowText
  1151.         Font.Height = -13
  1152.         Font.Name = 'Arial'
  1153.         Font.Style = [fsBold]
  1154.         ParentFont = False
  1155.       end
  1156.       object ParaboloidHeightLabel: TLabel
  1157.         Left = 237
  1158.         Top = 94
  1159.         Width = 73
  1160.         Height = 16
  1161.         Caption = 'Height (h) ='
  1162.         Font.Charset = ANSI_CHARSET
  1163.         Font.Color = clWindowText
  1164.         Font.Height = -13
  1165.         Font.Name = 'Arial'
  1166.         Font.Style = [fsBold]
  1167.         ParentFont = False
  1168.       end
  1169.       object ParaboloidExp: TMemo
  1170.         Left = 30
  1171.         Top = 158
  1172.         Width = 91
  1173.         Height = 69
  1174.         TabStop = False
  1175.         Alignment = taCenter
  1176.         BorderStyle = bsNone
  1177.         Ctl3D = False
  1178.         Font.Charset = DEFAULT_CHARSET
  1179.         Font.Color = clNavy
  1180.         Font.Height = -13
  1181.         Font.Name = 'Arial'
  1182.         Font.Style = [fsBold]
  1183.         Lines.Strings = (
  1184.           'Enter any two '
  1185.           'known '
  1186.           'values, then '
  1187.           #39'Solve'#39'.')
  1188.         ParentColor = True
  1189.         ParentCtl3D = False
  1190.         ParentFont = False
  1191.         ReadOnly = True
  1192.         TabOrder = 7
  1193.       end
  1194.       object ParaboloidVolumeEdit: TMemo
  1195.         Left = 328
  1196.         Top = 24
  1197.         Width = 130
  1198.         Height = 26
  1199.         Alignment = taRightJustify
  1200.         Color = clBlack
  1201.         Font.Charset = DEFAULT_CHARSET
  1202.         Font.Color = clLime
  1203.         Font.Height = -13
  1204.         Font.Name = 'Arial'
  1205.         Font.Style = [fsBold]
  1206.         MaxLength = 15
  1207.         ParentFont = False
  1208.         TabOrder = 0
  1209.         WantReturns = False
  1210.         WordWrap = False
  1211.         OnKeyUp = ParaboloidVolumeEditKeyUp
  1212.       end
  1213.       object ParaboloidRadiusEdit: TMemo
  1214.         Left = 328
  1215.         Top = 58
  1216.         Width = 130
  1217.         Height = 26
  1218.         Alignment = taRightJustify
  1219.         Color = clBlack
  1220.         Font.Charset = DEFAULT_CHARSET
  1221.         Font.Color = clLime
  1222.         Font.Height = -13
  1223.         Font.Name = 'Arial'
  1224.         Font.Style = [fsBold]
  1225.         MaxLength = 15
  1226.         ParentFont = False
  1227.         TabOrder = 1
  1228.         WantReturns = False
  1229.         WordWrap = False
  1230.         OnKeyUp = ParaboloidRadiusEditKeyUp
  1231.       end
  1232.       object ParaboloidHeightEdit: TMemo
  1233.         Left = 328
  1234.         Top = 92
  1235.         Width = 130
  1236.         Height = 26
  1237.         Alignment = taRightJustify
  1238.         Color = clBlack
  1239.         Font.Charset = DEFAULT_CHARSET
  1240.         Font.Color = clLime
  1241.         Font.Height = -13
  1242.         Font.Name = 'Arial'
  1243.         Font.Style = [fsBold]
  1244.         MaxLength = 15
  1245.         ParentFont = False
  1246.         TabOrder = 2
  1247.         WantReturns = False
  1248.         WordWrap = False
  1249.         OnKeyUp = ParaboloidHeightEditKeyUp
  1250.       end
  1251.       object ParaboloidClearBtn: TBitBtn
  1252.         Left = 168
  1253.         Top = 196
  1254.         Width = 70
  1255.         Height = 24
  1256.         Caption = 'C&lear'
  1257.         Font.Charset = ANSI_CHARSET
  1258.         Font.Color = clWindowText
  1259.         Font.Height = -13
  1260.         Font.Name = 'Arial'
  1261.         Font.Style = [fsBold]
  1262.         ParentFont = False
  1263.         TabOrder = 3
  1264.         OnClick = ParaboloidClearBtnClick
  1265.         Glyph.Data = {
  1266.           76010000424D7601000000000000760000002800000020000000100000000100
  1267.           04000000000000010000120B0000120B00001000000000000000000000000000
  1268.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1269.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1270.           555557777F777555F55500000000555055557777777755F75555005500055055
  1271.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1272.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1273.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1274.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1275.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1276.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1277.           50BB555555555555575F555555555555550B5555555555555575}
  1278.         NumGlyphs = 2
  1279.       end
  1280.       object ParaboloidSolveBtn: TBitBtn
  1281.         Left = 242
  1282.         Top = 196
  1283.         Width = 70
  1284.         Height = 24
  1285.         Caption = '&Solve'
  1286.         Font.Charset = ANSI_CHARSET
  1287.         Font.Color = clWindowText
  1288.         Font.Height = -13
  1289.         Font.Name = 'Arial'
  1290.         Font.Style = [fsBold]
  1291.         ParentFont = False
  1292.         TabOrder = 4
  1293.         OnClick = ParaboloidSolveBtnClick
  1294.         Glyph.Data = {
  1295.           76010000424D7601000000000000760000002800000020000000100000000100
  1296.           04000000000000010000120B0000120B00001000000000000000000000000000
  1297.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1299.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1300.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1301.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1302.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1303.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1304.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1305.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1306.           03333373FFFFFFFF733333700000000073333337777777773333}
  1307.         NumGlyphs = 2
  1308.       end
  1309.       object ParaboloidCloseBtn: TBitBtn
  1310.         Left = 316
  1311.         Top = 196
  1312.         Width = 70
  1313.         Height = 24
  1314.         Font.Charset = ANSI_CHARSET
  1315.         Font.Color = clWindowText
  1316.         Font.Height = -13
  1317.         Font.Name = 'Arial'
  1318.         Font.Style = [fsBold]
  1319.         ParentFont = False
  1320.         TabOrder = 5
  1321.         Kind = bkClose
  1322.       end
  1323.       object ParaboloidHelpBtn: TBitBtn
  1324.         Left = 390
  1325.         Top = 196
  1326.         Width = 70
  1327.         Height = 24
  1328.         Font.Charset = ANSI_CHARSET
  1329.         Font.Color = clWindowText
  1330.         Font.Height = -13
  1331.         Font.Name = 'Arial'
  1332.         Font.Style = [fsBold]
  1333.         ParentFont = False
  1334.         TabOrder = 6
  1335.         OnClick = CircularRingHelpBtnClick
  1336.         Kind = bkHelp
  1337.       end
  1338.     end
  1339.     object TabSheet7: TTabSheet
  1340.       Caption = 'Pyramid'
  1341.       object PyramidImage: TImage
  1342.         Left = 0
  1343.         Top = 0
  1344.         Width = 150
  1345.         Height = 150
  1346.         Picture.Data = {<image006.bmp>}
  1347.       end
  1348.       object PyramidVolVolumeLabel: TLabel
  1349.         Left = 234
  1350.         Top = 33
  1351.         Width = 82
  1352.         Height = 16
  1353.         Caption = 'Volume (V) ='
  1354.         Font.Charset = ANSI_CHARSET
  1355.         Font.Color = clWindowText
  1356.         Font.Height = -13
  1357.         Font.Name = 'Arial'
  1358.         Font.Style = [fsBold]
  1359.         ParentFont = False
  1360.       end
  1361.       object PyramidVolAreaLabel: TLabel
  1362.         Left = 203
  1363.         Top = 70
  1364.         Width = 113
  1365.         Height = 16
  1366.         Caption = 'Area of base (A) ='
  1367.         Font.Charset = ANSI_CHARSET
  1368.         Font.Color = clWindowText
  1369.         Font.Height = -13
  1370.         Font.Name = 'Arial'
  1371.         Font.Style = [fsBold]
  1372.         ParentFont = False
  1373.       end
  1374.       object PyramidVolHeightLabel: TLabel
  1375.         Left = 243
  1376.         Top = 106
  1377.         Width = 73
  1378.         Height = 16
  1379.         Caption = 'Height (h) ='
  1380.         Font.Charset = ANSI_CHARSET
  1381.         Font.Color = clWindowText
  1382.         Font.Height = -13
  1383.         Font.Name = 'Arial'
  1384.         Font.Style = [fsBold]
  1385.         ParentFont = False
  1386.       end
  1387.       object PyramidVExp: TMemo
  1388.         Left = 30
  1389.         Top = 166
  1390.         Width = 95
  1391.         Height = 69
  1392.         TabStop = False
  1393.         Alignment = taCenter
  1394.         BorderStyle = bsNone
  1395.         Ctl3D = False
  1396.         Font.Charset = DEFAULT_CHARSET
  1397.         Font.Color = clNavy
  1398.         Font.Height = -13
  1399.         Font.Name = 'Arial'
  1400.         Font.Style = [fsBold]
  1401.         Lines.Strings = (
  1402.           'Enter any two'
  1403.           'known values, '
  1404.           'then '#39'Solve'#39'.')
  1405.         ParentColor = True
  1406.         ParentCtl3D = False
  1407.         ParentFont = False
  1408.         ReadOnly = True
  1409.         TabOrder = 7
  1410.       end
  1411.       object PyramidVolVolumeEdit: TMemo
  1412.         Left = 328
  1413.         Top = 30
  1414.         Width = 130
  1415.         Height = 26
  1416.         Alignment = taRightJustify
  1417.         Color = clBlack
  1418.         Font.Charset = DEFAULT_CHARSET
  1419.         Font.Color = clLime
  1420.         Font.Height = -13
  1421.         Font.Name = 'Arial'
  1422.         Font.Style = [fsBold]
  1423.         MaxLength = 15
  1424.         ParentFont = False
  1425.         TabOrder = 0
  1426.         WantReturns = False
  1427.         WordWrap = False
  1428.         OnKeyUp = PyramidVolVolumeEditKeyUp
  1429.       end
  1430.       object PyramidVolAreaEdit: TMemo
  1431.         Left = 328
  1432.         Top = 66
  1433.         Width = 130
  1434.         Height = 26
  1435.         Alignment = taRightJustify
  1436.         Color = clBlack
  1437.         Font.Charset = DEFAULT_CHARSET
  1438.         Font.Color = clLime
  1439.         Font.Height = -13
  1440.         Font.Name = 'Arial'
  1441.         Font.Style = [fsBold]
  1442.         MaxLength = 15
  1443.         ParentFont = False
  1444.         TabOrder = 1
  1445.         WantReturns = False
  1446.         WordWrap = False
  1447.         OnKeyUp = PyramidVolAreaEditKeyUp
  1448.       end
  1449.       object PyramidVolHeightEdit: TMemo
  1450.         Left = 328
  1451.         Top = 102
  1452.         Width = 130
  1453.         Height = 26
  1454.         Alignment = taRightJustify
  1455.         Color = clBlack
  1456.         Font.Charset = DEFAULT_CHARSET
  1457.         Font.Color = clLime
  1458.         Font.Height = -13
  1459.         Font.Name = 'Arial'
  1460.         Font.Style = [fsBold]
  1461.         MaxLength = 15
  1462.         ParentFont = False
  1463.         TabOrder = 2
  1464.         WantReturns = False
  1465.         WordWrap = False
  1466.         OnKeyUp = PyramidVolHeightEditKeyUp
  1467.       end
  1468.       object PyramidClearBtn: TBitBtn
  1469.         Left = 168
  1470.         Top = 196
  1471.         Width = 70
  1472.         Height = 24
  1473.         Caption = 'C&lear'
  1474.         Font.Charset = ANSI_CHARSET
  1475.         Font.Color = clWindowText
  1476.         Font.Height = -13
  1477.         Font.Name = 'Arial'
  1478.         Font.Style = [fsBold]
  1479.         ParentFont = False
  1480.         TabOrder = 3
  1481.         OnClick = PyramidClearBtnClick
  1482.         Glyph.Data = {
  1483.           76010000424D7601000000000000760000002800000020000000100000000100
  1484.           04000000000000010000120B0000120B00001000000000000000000000000000
  1485.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1486.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1487.           555557777F777555F55500000000555055557777777755F75555005500055055
  1488.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1489.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1490.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1491.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1492.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1493.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1494.           50BB555555555555575F555555555555550B5555555555555575}
  1495.         NumGlyphs = 2
  1496.       end
  1497.       object PyramidSolveBtn: TBitBtn
  1498.         Left = 242
  1499.         Top = 196
  1500.         Width = 70
  1501.         Height = 24
  1502.         Caption = '&Solve'
  1503.         Font.Charset = ANSI_CHARSET
  1504.         Font.Color = clWindowText
  1505.         Font.Height = -13
  1506.         Font.Name = 'Arial'
  1507.         Font.Style = [fsBold]
  1508.         ParentFont = False
  1509.         TabOrder = 4
  1510.         OnClick = PyramidSolveBtnClick
  1511.         Glyph.Data = {
  1512.           76010000424D7601000000000000760000002800000020000000100000000100
  1513.           04000000000000010000120B0000120B00001000000000000000000000000000
  1514.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1515.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1516.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1517.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1518.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1519.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1520.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1521.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1522.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1523.           03333373FFFFFFFF733333700000000073333337777777773333}
  1524.         NumGlyphs = 2
  1525.       end
  1526.       object PyramidCloseBtn: TBitBtn
  1527.         Left = 316
  1528.         Top = 196
  1529.         Width = 70
  1530.         Height = 24
  1531.         Font.Charset = ANSI_CHARSET
  1532.         Font.Color = clWindowText
  1533.         Font.Height = -13
  1534.         Font.Name = 'Arial'
  1535.         Font.Style = [fsBold]
  1536.         ParentFont = False
  1537.         TabOrder = 5
  1538.         Kind = bkClose
  1539.       end
  1540.       object PyramidHelpBtn: TBitBtn
  1541.         Left = 390
  1542.         Top = 196
  1543.         Width = 70
  1544.         Height = 24
  1545.         Font.Charset = ANSI_CHARSET
  1546.         Font.Color = clWindowText
  1547.         Font.Height = -13
  1548.         Font.Name = 'Arial'
  1549.         Font.Style = [fsBold]
  1550.         ParentFont = False
  1551.         TabOrder = 6
  1552.         OnClick = CircularRingHelpBtnClick
  1553.         Kind = bkHelp
  1554.       end
  1555.     end
  1556.     object TabSheet8: TTabSheet
  1557.       Caption = 'Rect. Prism'
  1558.       object PrismImage: TImage
  1559.         Left = 0
  1560.         Top = 0
  1561.         Width = 150
  1562.         Height = 150
  1563.         Picture.Data = {<image007.bmp>}
  1564.       end
  1565.       object RectPrismVolVolumeLabel: TLabel
  1566.         Left = 236
  1567.         Top = 26
  1568.         Width = 82
  1569.         Height = 16
  1570.         Caption = 'Volume (V) ='
  1571.         Font.Charset = ANSI_CHARSET
  1572.         Font.Color = clWindowText
  1573.         Font.Height = -13
  1574.         Font.Name = 'Arial'
  1575.         Font.Style = [fsBold]
  1576.         ParentFont = False
  1577.       end
  1578.       object RectPrismVolSideALabel: TLabel
  1579.         Left = 257
  1580.         Top = 61
  1581.         Width = 61
  1582.         Height = 16
  1583.         Caption = 'Side (a) ='
  1584.         Font.Charset = ANSI_CHARSET
  1585.         Font.Color = clWindowText
  1586.         Font.Height = -13
  1587.         Font.Name = 'Arial'
  1588.         Font.Style = [fsBold]
  1589.         ParentFont = False
  1590.       end
  1591.       object RectPrismVolSideBLabel: TLabel
  1592.         Left = 257
  1593.         Top = 95
  1594.         Width = 61
  1595.         Height = 16
  1596.         Caption = 'Side (b) ='
  1597.         Font.Charset = ANSI_CHARSET
  1598.         Font.Color = clWindowText
  1599.         Font.Height = -13
  1600.         Font.Name = 'Arial'
  1601.         Font.Style = [fsBold]
  1602.         ParentFont = False
  1603.       end
  1604.       object RectPrismVolHeightLabel: TLabel
  1605.         Left = 245
  1606.         Top = 128
  1607.         Width = 73
  1608.         Height = 16
  1609.         Caption = 'Height (h) ='
  1610.         Font.Charset = ANSI_CHARSET
  1611.         Font.Color = clWindowText
  1612.         Font.Height = -13
  1613.         Font.Name = 'Arial'
  1614.         Font.Style = [fsBold]
  1615.         ParentFont = False
  1616.       end
  1617.       object RecPrismVolExp: TMemo
  1618.         Left = 26
  1619.         Top = 160
  1620.         Width = 97
  1621.         Height = 69
  1622.         TabStop = False
  1623.         Alignment = taCenter
  1624.         BorderStyle = bsNone
  1625.         Ctl3D = False
  1626.         Font.Charset = DEFAULT_CHARSET
  1627.         Font.Color = clNavy
  1628.         Font.Height = -13
  1629.         Font.Name = 'Arial'
  1630.         Font.Style = [fsBold]
  1631.         Lines.Strings = (
  1632.           'Enter any '
  1633.           'three known '
  1634.           'values, then '
  1635.           #39'Solve'#39'.')
  1636.         ParentColor = True
  1637.         ParentCtl3D = False
  1638.         ParentFont = False
  1639.         ReadOnly = True
  1640.         TabOrder = 8
  1641.       end
  1642.       object RectPrismVolVolumeEdit: TMemo
  1643.         Left = 328
  1644.         Top = 22
  1645.         Width = 130
  1646.         Height = 26
  1647.         Alignment = taRightJustify
  1648.         Color = clBlack
  1649.         Font.Charset = DEFAULT_CHARSET
  1650.         Font.Color = clLime
  1651.         Font.Height = -13
  1652.         Font.Name = 'Arial'
  1653.         Font.Style = [fsBold]
  1654.         MaxLength = 15
  1655.         ParentFont = False
  1656.         TabOrder = 0
  1657.         WantReturns = False
  1658.         WordWrap = False
  1659.         OnKeyUp = RectPrismVolVolumeEditKeyUp
  1660.       end
  1661.       object RectPrismVolSideAEdit: TMemo
  1662.         Left = 328
  1663.         Top = 57
  1664.         Width = 130
  1665.         Height = 26
  1666.         Alignment = taRightJustify
  1667.         Color = clBlack
  1668.         Font.Charset = DEFAULT_CHARSET
  1669.         Font.Color = clLime
  1670.         Font.Height = -13
  1671.         Font.Name = 'Arial'
  1672.         Font.Style = [fsBold]
  1673.         MaxLength = 15
  1674.         ParentFont = False
  1675.         TabOrder = 1
  1676.         WantReturns = False
  1677.         WordWrap = False
  1678.         OnKeyUp = RectPrismVolSideAEditKeyUp
  1679.       end
  1680.       object RectPrismVolSideBEdit: TMemo
  1681.         Left = 328
  1682.         Top = 91
  1683.         Width = 130
  1684.         Height = 26
  1685.         Alignment = taRightJustify
  1686.         Color = clBlack
  1687.         Font.Charset = DEFAULT_CHARSET
  1688.         Font.Color = clLime
  1689.         Font.Height = -13
  1690.         Font.Name = 'Arial'
  1691.         Font.Style = [fsBold]
  1692.         MaxLength = 15
  1693.         ParentFont = False
  1694.         TabOrder = 2
  1695.         WantReturns = False
  1696.         WordWrap = False
  1697.         OnKeyUp = RectPrismVolSideBEditKeyUp
  1698.       end
  1699.       object RectPrismVolHeightEdit: TMemo
  1700.         Left = 328
  1701.         Top = 126
  1702.         Width = 130
  1703.         Height = 26
  1704.         Alignment = taRightJustify
  1705.         Color = clBlack
  1706.         Font.Charset = DEFAULT_CHARSET
  1707.         Font.Color = clLime
  1708.         Font.Height = -13
  1709.         Font.Name = 'Arial'
  1710.         Font.Style = [fsBold]
  1711.         MaxLength = 15
  1712.         ParentFont = False
  1713.         TabOrder = 3
  1714.         WantReturns = False
  1715.         WordWrap = False
  1716.         OnKeyUp = RectPrismVolHeightEditKeyUp
  1717.       end
  1718.       object PrismClearBtn: TBitBtn
  1719.         Left = 168
  1720.         Top = 196
  1721.         Width = 70
  1722.         Height = 24
  1723.         Caption = 'C&lear'
  1724.         Font.Charset = ANSI_CHARSET
  1725.         Font.Color = clWindowText
  1726.         Font.Height = -13
  1727.         Font.Name = 'Arial'
  1728.         Font.Style = [fsBold]
  1729.         ParentFont = False
  1730.         TabOrder = 4
  1731.         OnClick = PrismClearBtnClick
  1732.         Glyph.Data = {
  1733.           76010000424D7601000000000000760000002800000020000000100000000100
  1734.           04000000000000010000120B0000120B00001000000000000000000000000000
  1735.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1736.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1737.           555557777F777555F55500000000555055557777777755F75555005500055055
  1738.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1739.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1740.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1741.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1742.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1743.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1744.           50BB555555555555575F555555555555550B5555555555555575}
  1745.         NumGlyphs = 2
  1746.       end
  1747.       object PrismSolveBtn: TBitBtn
  1748.         Left = 242
  1749.         Top = 196
  1750.         Width = 70
  1751.         Height = 24
  1752.         Caption = '&Solve'
  1753.         Font.Charset = ANSI_CHARSET
  1754.         Font.Color = clWindowText
  1755.         Font.Height = -13
  1756.         Font.Name = 'Arial'
  1757.         Font.Style = [fsBold]
  1758.         ParentFont = False
  1759.         TabOrder = 5
  1760.         OnClick = PrismSolveBtnClick
  1761.         Glyph.Data = {
  1762.           76010000424D7601000000000000760000002800000020000000100000000100
  1763.           04000000000000010000120B0000120B00001000000000000000000000000000
  1764.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1765.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1766.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1767.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1768.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1769.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1770.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1771.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1772.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1773.           03333373FFFFFFFF733333700000000073333337777777773333}
  1774.         NumGlyphs = 2
  1775.       end
  1776.       object PrismCloseBtn: TBitBtn
  1777.         Left = 316
  1778.         Top = 196
  1779.         Width = 70
  1780.         Height = 24
  1781.         Font.Charset = ANSI_CHARSET
  1782.         Font.Color = clWindowText
  1783.         Font.Height = -13
  1784.         Font.Name = 'Arial'
  1785.         Font.Style = [fsBold]
  1786.         ParentFont = False
  1787.         TabOrder = 6
  1788.         Kind = bkClose
  1789.       end
  1790.       object PrismHelpBtn: TBitBtn
  1791.         Left = 390
  1792.         Top = 196
  1793.         Width = 70
  1794.         Height = 24
  1795.         Font.Charset = ANSI_CHARSET
  1796.         Font.Color = clWindowText
  1797.         Font.Height = -13
  1798.         Font.Name = 'Arial'
  1799.         Font.Style = [fsBold]
  1800.         ParentFont = False
  1801.         TabOrder = 7
  1802.         OnClick = CircularRingHelpBtnClick
  1803.         Kind = bkHelp
  1804.       end
  1805.     end
  1806.     object TabSheet9: TTabSheet
  1807.       Caption = 'Sphere'
  1808.       object SphereImage: TImage
  1809.         Left = 0
  1810.         Top = 0
  1811.         Width = 150
  1812.         Height = 150
  1813.         Picture.Data = {<image008.bmp>}
  1814.       end
  1815.       object SphereVolVolumeLabel: TLabel
  1816.         Left = 238
  1817.         Top = 44
  1818.         Width = 82
  1819.         Height = 16
  1820.         Caption = 'Volume (V) ='
  1821.         Font.Charset = ANSI_CHARSET
  1822.         Font.Color = clWindowText
  1823.         Font.Height = -13
  1824.         Font.Name = 'Arial'
  1825.         Font.Style = [fsBold]
  1826.         ParentFont = False
  1827.       end
  1828.       object SphereVolRadiusLabel: TLabel
  1829.         Left = 248
  1830.         Top = 84
  1831.         Width = 72
  1832.         Height = 16
  1833.         Caption = 'Radius (r) ='
  1834.         Font.Charset = ANSI_CHARSET
  1835.         Font.Color = clWindowText
  1836.         Font.Height = -13
  1837.         Font.Name = 'Arial'
  1838.         Font.Style = [fsBold]
  1839.         ParentFont = False
  1840.       end
  1841.       object SphereVolExp: TMemo
  1842.         Left = 28
  1843.         Top = 162
  1844.         Width = 95
  1845.         Height = 59
  1846.         TabStop = False
  1847.         Alignment = taCenter
  1848.         BorderStyle = bsNone
  1849.         Ctl3D = False
  1850.         Font.Charset = DEFAULT_CHARSET
  1851.         Font.Color = clNavy
  1852.         Font.Height = -13
  1853.         Font.Name = 'Arial'
  1854.         Font.Style = [fsBold]
  1855.         Lines.Strings = (
  1856.           'Enter any '
  1857.           'known value, '
  1858.           'then '#39'Solve'#39'.')
  1859.         ParentColor = True
  1860.         ParentCtl3D = False
  1861.         ParentFont = False
  1862.         ReadOnly = True
  1863.         TabOrder = 6
  1864.       end
  1865.       object SphereVolVolumeEdit: TMemo
  1866.         Left = 330
  1867.         Top = 40
  1868.         Width = 130
  1869.         Height = 26
  1870.         Alignment = taRightJustify
  1871.         Color = clBlack
  1872.         Font.Charset = DEFAULT_CHARSET
  1873.         Font.Color = clLime
  1874.         Font.Height = -13
  1875.         Font.Name = 'Arial'
  1876.         Font.Style = [fsBold]
  1877.         MaxLength = 15
  1878.         ParentFont = False
  1879.         TabOrder = 0
  1880.         WantReturns = False
  1881.         WordWrap = False
  1882.         OnKeyUp = SphereVolVolumeEditKeyUp
  1883.       end
  1884.       object SphereVolRadiusEdit: TMemo
  1885.         Left = 330
  1886.         Top = 80
  1887.         Width = 130
  1888.         Height = 26
  1889.         Alignment = taRightJustify
  1890.         Color = clBlack
  1891.         Font.Charset = DEFAULT_CHARSET
  1892.         Font.Color = clLime
  1893.         Font.Height = -13
  1894.         Font.Name = 'Arial'
  1895.         Font.Style = [fsBold]
  1896.         MaxLength = 15
  1897.         ParentFont = False
  1898.         TabOrder = 1
  1899.         WantReturns = False
  1900.         WordWrap = False
  1901.         OnKeyUp = SphereVolRadiusEditKeyUp
  1902.       end
  1903.       object SphereClearBtn: TBitBtn
  1904.         Left = 168
  1905.         Top = 196
  1906.         Width = 70
  1907.         Height = 24
  1908.         Caption = 'C&lear'
  1909.         Font.Charset = ANSI_CHARSET
  1910.         Font.Color = clWindowText
  1911.         Font.Height = -13
  1912.         Font.Name = 'Arial'
  1913.         Font.Style = [fsBold]
  1914.         ParentFont = False
  1915.         TabOrder = 2
  1916.         OnClick = SphereClearBtnClick
  1917.         Glyph.Data = {
  1918.           76010000424D7601000000000000760000002800000020000000100000000100
  1919.           04000000000000010000120B0000120B00001000000000000000000000000000
  1920.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1921.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1922.           555557777F777555F55500000000555055557777777755F75555005500055055
  1923.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1924.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1925.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1926.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1927.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1928.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1929.           50BB555555555555575F555555555555550B5555555555555575}
  1930.         NumGlyphs = 2
  1931.       end
  1932.       object SphereSolveBtn: TBitBtn
  1933.         Left = 242
  1934.         Top = 196
  1935.         Width = 70
  1936.         Height = 24
  1937.         Caption = '&Solve'
  1938.         Font.Charset = ANSI_CHARSET
  1939.         Font.Color = clWindowText
  1940.         Font.Height = -13
  1941.         Font.Name = 'Arial'
  1942.         Font.Style = [fsBold]
  1943.         ParentFont = False
  1944.         TabOrder = 3
  1945.         OnClick = SphereSolveBtnClick
  1946.         Glyph.Data = {
  1947.           76010000424D7601000000000000760000002800000020000000100000000100
  1948.           04000000000000010000120B0000120B00001000000000000000000000000000
  1949.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1950.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1951.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1952.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1953.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1954.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1955.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1956.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1957.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1958.           03333373FFFFFFFF733333700000000073333337777777773333}
  1959.         NumGlyphs = 2
  1960.       end
  1961.       object SphereCloseBtn: TBitBtn
  1962.         Left = 316
  1963.         Top = 196
  1964.         Width = 70
  1965.         Height = 24
  1966.         Font.Charset = ANSI_CHARSET
  1967.         Font.Color = clWindowText
  1968.         Font.Height = -13
  1969.         Font.Name = 'Arial'
  1970.         Font.Style = [fsBold]
  1971.         ParentFont = False
  1972.         TabOrder = 4
  1973.         Kind = bkClose
  1974.       end
  1975.       object SphereHelpBtn: TBitBtn
  1976.         Left = 389
  1977.         Top = 196
  1978.         Width = 70
  1979.         Height = 24
  1980.         Font.Charset = ANSI_CHARSET
  1981.         Font.Color = clWindowText
  1982.         Font.Height = -13
  1983.         Font.Name = 'Arial'
  1984.         Font.Style = [fsBold]
  1985.         ParentFont = False
  1986.         TabOrder = 5
  1987.         OnClick = CircularRingHelpBtnClick
  1988.         Kind = bkHelp
  1989.       end
  1990.     end
  1991.     object TabSheet10: TTabSheet
  1992.       Caption = 'Spherical Sector'
  1993.       object SphericalSectorImage: TImage
  1994.         Left = 0
  1995.         Top = 0
  1996.         Width = 150
  1997.         Height = 150
  1998.         Picture.Data = {<image009.bmp>}
  1999.       end
  2000.       object SphSectVolVolumeLabel: TLabel
  2001.         Left = 230
  2002.         Top = 34
  2003.         Width = 82
  2004.         Height = 16
  2005.         Caption = 'Volume (V) ='
  2006.         Font.Charset = ANSI_CHARSET
  2007.         Font.Color = clWindowText
  2008.         Font.Height = -13
  2009.         Font.Name = 'Arial'
  2010.         Font.Style = [fsBold]
  2011.         ParentFont = False
  2012.       end
  2013.       object SphSectVolRadiusLabel: TLabel
  2014.         Left = 240
  2015.         Top = 69
  2016.         Width = 72
  2017.         Height = 16
  2018.         Caption = 'Radius (r) ='
  2019.         Font.Charset = ANSI_CHARSET
  2020.         Font.Color = clWindowText
  2021.         Font.Height = -13
  2022.         Font.Name = 'Arial'
  2023.         Font.Style = [fsBold]
  2024.         ParentFont = False
  2025.       end
  2026.       object SphSectVolHeightLabel: TLabel
  2027.         Left = 239
  2028.         Top = 108
  2029.         Width = 73
  2030.         Height = 16
  2031.         Caption = 'Height (h) ='
  2032.         Font.Charset = ANSI_CHARSET
  2033.         Font.Color = clWindowText
  2034.         Font.Height = -13
  2035.         Font.Name = 'Arial'
  2036.         Font.Style = [fsBold]
  2037.         ParentFont = False
  2038.       end
  2039.       object SpherSectVolExp: TMemo
  2040.         Left = 32
  2041.         Top = 156
  2042.         Width = 83
  2043.         Height = 71
  2044.         TabStop = False
  2045.         Alignment = taCenter
  2046.         BorderStyle = bsNone
  2047.         Ctl3D = False
  2048.         Font.Charset = DEFAULT_CHARSET
  2049.         Font.Color = clNavy
  2050.         Font.Height = -13
  2051.         Font.Name = 'Arial'
  2052.         Font.Style = [fsBold]
  2053.         Lines.Strings = (
  2054.           'Enter any '
  2055.           'two known '
  2056.           'values, then '
  2057.           #39'Solve'#39'.')
  2058.         ParentColor = True
  2059.         ParentCtl3D = False
  2060.         ParentFont = False
  2061.         ReadOnly = True
  2062.         TabOrder = 7
  2063.       end
  2064.       object SphSectVolVolumeEdit: TMemo
  2065.         Left = 324
  2066.         Top = 30
  2067.         Width = 130
  2068.         Height = 26
  2069.         Alignment = taRightJustify
  2070.         Color = clBlack
  2071.         Font.Charset = DEFAULT_CHARSET
  2072.         Font.Color = clLime
  2073.         Font.Height = -13
  2074.         Font.Name = 'Arial'
  2075.         Font.Style = [fsBold]
  2076.         MaxLength = 15
  2077.         ParentFont = False
  2078.         TabOrder = 0
  2079.         WantReturns = False
  2080.         WordWrap = False
  2081.         OnKeyUp = SphSectVolVolumeEditKeyUp
  2082.       end
  2083.       object SphSectVolRadiusEdit: TMemo
  2084.         Left = 324
  2085.         Top = 66
  2086.         Width = 130
  2087.         Height = 26
  2088.         Alignment = taRightJustify
  2089.         Color = clBlack
  2090.         Font.Charset = DEFAULT_CHARSET
  2091.         Font.Color = clLime
  2092.         Font.Height = -13
  2093.         Font.Name = 'Arial'
  2094.         Font.Style = [fsBold]
  2095.         MaxLength = 15
  2096.         ParentFont = False
  2097.         TabOrder = 1
  2098.         WantReturns = False
  2099.         WordWrap = False
  2100.         OnKeyUp = SphSectVolRadiusEditKeyUp
  2101.       end
  2102.       object SphSectVolHeightEdit: TMemo
  2103.         Left = 324
  2104.         Top = 102
  2105.         Width = 130
  2106.         Height = 26
  2107.         Alignment = taRightJustify
  2108.         Color = clBlack
  2109.         Font.Charset = DEFAULT_CHARSET
  2110.         Font.Color = clLime
  2111.         Font.Height = -13
  2112.         Font.Name = 'Arial'
  2113.         Font.Style = [fsBold]
  2114.         MaxLength = 15
  2115.         ParentFont = False
  2116.         TabOrder = 2
  2117.         WantReturns = False
  2118.         WordWrap = False
  2119.         OnKeyUp = SphSectVolHeightEditKeyUp
  2120.       end
  2121.       object SphericalSectorClearBtn: TBitBtn
  2122.         Left = 168
  2123.         Top = 196
  2124.         Width = 70
  2125.         Height = 24
  2126.         Caption = 'C&lear'
  2127.         Font.Charset = DEFAULT_CHARSET
  2128.         Font.Color = clBlack
  2129.         Font.Height = -13
  2130.         Font.Name = 'Arial'
  2131.         Font.Style = [fsBold]
  2132.         ParentFont = False
  2133.         TabOrder = 3
  2134.         OnClick = SphericalSectorClearBtnClick
  2135.         Glyph.Data = {
  2136.           76010000424D7601000000000000760000002800000020000000100000000100
  2137.           04000000000000010000120B0000120B00001000000000000000000000000000
  2138.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2139.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  2140.           555557777F777555F55500000000555055557777777755F75555005500055055
  2141.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  2142.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  2143.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  2144.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  2145.           B03055555F555757575755550555550B0B335555755555757555555555555550
  2146.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  2147.           50BB555555555555575F555555555555550B5555555555555575}
  2148.         NumGlyphs = 2
  2149.       end
  2150.       object SphericalSectorSolveBtn: TBitBtn
  2151.         Left = 242
  2152.         Top = 196
  2153.         Width = 70
  2154.         Height = 24
  2155.         Caption = '&Solve'
  2156.         Font.Charset = DEFAULT_CHARSET
  2157.         Font.Color = clBlack
  2158.         Font.Height = -13
  2159.         Font.Name = 'Arial'
  2160.         Font.Style = [fsBold]
  2161.         ParentFont = False
  2162.         TabOrder = 4
  2163.         OnClick = SphericalSectorSolveBtnClick
  2164.         Glyph.Data = {
  2165.           76010000424D7601000000000000760000002800000020000000100000000100
  2166.           04000000000000010000120B0000120B00001000000000000000000000000000
  2167.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2168.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  2169.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  2170.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  2171.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2172.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2173.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  2174.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  2175.           0333337F777777737F333308888888880333337F333333337F33330888888888
  2176.           03333373FFFFFFFF733333700000000073333337777777773333}
  2177.         NumGlyphs = 2
  2178.       end
  2179.       object SphericalSectorCloseBtn: TBitBtn
  2180.         Left = 316
  2181.         Top = 196
  2182.         Width = 70
  2183.         Height = 24
  2184.         Font.Charset = DEFAULT_CHARSET
  2185.         Font.Color = clBlack
  2186.         Font.Height = -13
  2187.         Font.Name = 'Arial'
  2188.         Font.Style = [fsBold]
  2189.         ParentFont = False
  2190.         TabOrder = 5
  2191.         Kind = bkClose
  2192.       end
  2193.       object SphericalSectorHelpBtn: TBitBtn
  2194.         Left = 390
  2195.         Top = 196
  2196.         Width = 70
  2197.         Height = 24
  2198.         Font.Charset = DEFAULT_CHARSET
  2199.         Font.Color = clBlack
  2200.         Font.Height = -13
  2201.         Font.Name = 'Arial'
  2202.         Font.Style = [fsBold]
  2203.         ParentFont = False
  2204.         TabOrder = 6
  2205.         OnClick = CircularRingHelpBtnClick
  2206.         Kind = bkHelp
  2207.       end
  2208.     end
  2209.   end
  2210. end
  2211.